@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bsBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  height: 100%;
  max-width: none;
  max-height: none;
  overflow-y: scroll;
  margin: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: inherit;
  outline: 0;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
span,
b,
i,
strong,
em {
  position: relative;
  z-index: 4;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
dl,
dt,
dd,
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iconfont {
  font-size: inherit;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.ellipsis,
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
textarea.template {
  display: none !important;
}
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
textarea {
  resize: none;
}
input:-webkit-autofill {
  background-color: transparent !important;
  background-image: none !important;
}
.btn {
  padding: 0;
  border: none;
  background: none;
}
.btn-hidden {
  display: none;
}
.btn-block {
  display: block;
  text-align: center;
  width: 100%;
}
#menu {
  opacity: 0;
}
html.mm-opening #menu.mm-menu.mm-top.mm-front,
html.mm-opening #menu.mm-menu.mm-top.mm-next {
  top: 1.33333333rem;
}
.btn-nobg {
  border: none;
  background: none;
  padding: 0;
}
.input-nobg {
  border: none;
  background: none;
  padding: 0;
}
body {
  color: #333;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", "Source Han Sans SC", "Hiragino Sans GB", "STXihei", "华文细黑";
}
/*
  部分模块跳级直升3.0
  3.0以上版本部分模块设定.def(模块名)方法用于导入时默认调用，
  节约常规调用时间

  修改box-padding的计算，
  由原来的div计算padding转before计算padding，
  用于节约dom节点，
  并引入若干参数用于计算
*/
img {
  visibility: hidden;
}
img[src] {
  visibility: visible;
}
img::after {
  content: attr(alt);
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: transform 0.2s;
}
img:hover::after {
  transform: translateY(0);
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.img-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.img-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.img-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  margin: auto;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.box-1b1:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.box-2b1:before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.box-4b3:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.box-5b3:before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
.box-16b9:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.box-5b4:before {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.video-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.video-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.video-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  margin: auto;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.clear,
.row,
[class^="row"] {
  position: relative;
}
.clear:before,
.row:before,
[class^="row"]:before,
.clear:after,
.row:after,
[class^="row"]:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.clear:before,
.row:before,
[class^="row"]:before,
.clear:after,
.row:after,
[class^="row"]:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.container-full {
  width: 100%;
}
.dis-no {
  display: none;
}
.dis-bl {
  display: block;
}
.dis-il {
  display: inline;
}
.dis-ib {
  display: inline-block;
}
.align-rbase {
  text-align: right;
  vertical-align: baseline;
}
.align-rb {
  text-align: right;
  vertical-align: bottom;
}
.align-rm {
  text-align: right;
  vertical-align: middle;
}
.align-rt {
  text-align: right;
  vertical-align: top;
}
.align-cbase {
  text-align: center;
  vertical-align: baseline;
}
.align-cb {
  text-align: center;
  vertical-align: bottom;
}
.align-cm {
  text-align: center;
  vertical-align: middle;
}
.align-ct {
  text-align: center;
  vertical-align: top;
}
.align-lbase {
  text-align: left;
  vertical-align: baseline;
}
.align-lb {
  text-align: left;
  vertical-align: bottom;
}
.align-lm {
  text-align: left;
  vertical-align: middle;
}
.align-lt {
  text-align: left;
  vertical-align: top;
}
.dis-xs-no {
  display: none;
}
.dis-xs-bl {
  display: block;
}
.dis-xs-il {
  display: inline;
}
.dis-xs-ib {
  display: inline-block;
}
.align-xs-rbase {
  text-align: right;
  vertical-align: baseline;
}
.align-xs-rb {
  text-align: right;
  vertical-align: bottom;
}
.align-xs-rm {
  text-align: right;
  vertical-align: middle;
}
.align-xs-rt {
  text-align: right;
  vertical-align: top;
}
.align-xs-cbase {
  text-align: center;
  vertical-align: baseline;
}
.align-xs-cb {
  text-align: center;
  vertical-align: bottom;
}
.align-xs-cm {
  text-align: center;
  vertical-align: middle;
}
.align-xs-ct {
  text-align: center;
  vertical-align: top;
}
.align-xs-lbase {
  text-align: left;
  vertical-align: baseline;
}
.align-xs-lb {
  text-align: left;
  vertical-align: bottom;
}
.align-xs-lm {
  text-align: left;
  vertical-align: middle;
}
.align-xs-lt {
  text-align: left;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .dis-sm-no {
    display: none;
  }
  .dis-sm-bl {
    display: block;
  }
  .dis-sm-il {
    display: inline;
  }
  .dis-sm-ib {
    display: inline-block;
  }
  .align-sm-rbase {
    text-align: right;
    vertical-align: baseline;
  }
  .align-sm-rb {
    text-align: right;
    vertical-align: bottom;
  }
  .align-sm-rm {
    text-align: right;
    vertical-align: middle;
  }
  .align-sm-rt {
    text-align: right;
    vertical-align: top;
  }
  .align-sm-cbase {
    text-align: center;
    vertical-align: baseline;
  }
  .align-sm-cb {
    text-align: center;
    vertical-align: bottom;
  }
  .align-sm-cm {
    text-align: center;
    vertical-align: middle;
  }
  .align-sm-ct {
    text-align: center;
    vertical-align: top;
  }
  .align-sm-lbase {
    text-align: left;
    vertical-align: baseline;
  }
  .align-sm-lb {
    text-align: left;
    vertical-align: bottom;
  }
  .align-sm-lm {
    text-align: left;
    vertical-align: middle;
  }
  .align-sm-lt {
    text-align: left;
    vertical-align: top;
  }
}
@media (min-width: 1440px) {
  .dis-lg-no {
    display: none;
  }
  .dis-lg-bl {
    display: block;
  }
  .dis-lg-il {
    display: inline;
  }
  .dis-lg-ib {
    display: inline-block;
  }
  .align-lg-rbase {
    text-align: right;
    vertical-align: baseline;
  }
  .align-lg-rb {
    text-align: right;
    vertical-align: bottom;
  }
  .align-lg-rm {
    text-align: right;
    vertical-align: middle;
  }
  .align-lg-rt {
    text-align: right;
    vertical-align: top;
  }
  .align-lg-cbase {
    text-align: center;
    vertical-align: baseline;
  }
  .align-lg-cb {
    text-align: center;
    vertical-align: bottom;
  }
  .align-lg-cm {
    text-align: center;
    vertical-align: middle;
  }
  .align-lg-ct {
    text-align: center;
    vertical-align: top;
  }
  .align-lg-lbase {
    text-align: left;
    vertical-align: baseline;
  }
  .align-lg-lb {
    text-align: left;
    vertical-align: bottom;
  }
  .align-lg-lm {
    text-align: left;
    vertical-align: middle;
  }
  .align-lg-lt {
    text-align: left;
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .container-response {
    width: auto;
    margin-left: 0.25390625rem;
    margin-right: 0.25390625rem;
  }
}
@media (min-width: 1200px) {
  .container-response {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .container-reverse-response {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-response {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  font-size: 0;
}
@media (min-width: 1024px) {
  .container-response {
    padding-top: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .container-response {
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .container-response {
    padding-top: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .container-response {
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .container-response {
    padding-top: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .container-response {
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .container-response {
    padding-bottom: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .container-response {
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .container-response {
    padding-bottom: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .container-response {
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .container-response {
    padding-bottom: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .container-response {
    padding-bottom: 12px;
  }
}
.container-response:after {
  display: block;
  content: "";
  clear: both;
}
.container-reverse-response {
  width: 100%;
}
.row-xs-G26-sb {
  margin-left: -0.17333333rem;
  margin-right: -0.17333333rem;
}
.row-xs-G26-no {
  margin-left: 0;
  margin-right: 0;
}
.row-xs-G26-sa {
  margin-left: 0.17333333rem;
  margin-right: 0.17333333rem;
}
.col-xs-0R12-G26 {
  float: left;
  width: 0%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-0R12 {
  left: 0%;
}
.pull-xs-0R12 {
  right: 0%;
}
.col-xs-1R12-G26 {
  float: left;
  width: 8.33333333%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-1R12 {
  left: 8.33333333%;
}
.pull-xs-1R12 {
  right: 8.33333333%;
}
.col-xs-2R12-G26 {
  float: left;
  width: 16.66666667%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-2R12 {
  left: 16.66666667%;
}
.pull-xs-2R12 {
  right: 16.66666667%;
}
.col-xs-3R12-G26 {
  float: left;
  width: 25%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-3R12 {
  left: 25%;
}
.pull-xs-3R12 {
  right: 25%;
}
.col-xs-4R12-G26 {
  float: left;
  width: 33.33333333%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-4R12 {
  left: 33.33333333%;
}
.pull-xs-4R12 {
  right: 33.33333333%;
}
.col-xs-5R12-G26 {
  float: left;
  width: 41.66666667%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-5R12 {
  left: 41.66666667%;
}
.pull-xs-5R12 {
  right: 41.66666667%;
}
.col-xs-6R12-G26 {
  float: left;
  width: 50%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-6R12 {
  left: 50%;
}
.pull-xs-6R12 {
  right: 50%;
}
.col-xs-7R12-G26 {
  float: left;
  width: 58.33333333%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-7R12 {
  left: 58.33333333%;
}
.pull-xs-7R12 {
  right: 58.33333333%;
}
.col-xs-8R12-G26 {
  float: left;
  width: 66.66666667%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-8R12 {
  left: 66.66666667%;
}
.pull-xs-8R12 {
  right: 66.66666667%;
}
.col-xs-9R12-G26 {
  float: left;
  width: 75%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-9R12 {
  left: 75%;
}
.pull-xs-9R12 {
  right: 75%;
}
.col-xs-10R12-G26 {
  float: left;
  width: 83.33333333%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-10R12 {
  left: 83.33333333%;
}
.pull-xs-10R12 {
  right: 83.33333333%;
}
.col-xs-11R12-G26 {
  float: left;
  width: 91.66666667%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-11R12 {
  left: 91.66666667%;
}
.pull-xs-11R12 {
  right: 91.66666667%;
}
.col-xs-12R12-G26 {
  float: left;
  width: 100%;
  padding-left: 0.17333333rem;
  padding-right: 0.17333333rem;
  padding-top: 0.17333333rem;
  padding-bottom: 0.17333333rem;
}
.push-xs-12R12 {
  left: 100%;
}
.pull-xs-12R12 {
  right: 100%;
}
.row-xs-G52-sb {
  margin-left: -0.34666667rem;
  margin-right: -0.34666667rem;
}
.row-xs-G52-no {
  margin-left: 0;
  margin-right: 0;
}
.row-xs-G52-sa {
  margin-left: 0.34666667rem;
  margin-right: 0.34666667rem;
}
.col-xs-0R12-G52 {
  float: left;
  width: 0%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-0R12 {
  left: 0%;
}
.pull-xs-0R12 {
  right: 0%;
}
.col-xs-1R12-G52 {
  float: left;
  width: 8.33333333%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-1R12 {
  left: 8.33333333%;
}
.pull-xs-1R12 {
  right: 8.33333333%;
}
.col-xs-2R12-G52 {
  float: left;
  width: 16.66666667%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-2R12 {
  left: 16.66666667%;
}
.pull-xs-2R12 {
  right: 16.66666667%;
}
.col-xs-3R12-G52 {
  float: left;
  width: 25%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-3R12 {
  left: 25%;
}
.pull-xs-3R12 {
  right: 25%;
}
.col-xs-4R12-G52 {
  float: left;
  width: 33.33333333%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-4R12 {
  left: 33.33333333%;
}
.pull-xs-4R12 {
  right: 33.33333333%;
}
.col-xs-5R12-G52 {
  float: left;
  width: 41.66666667%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-5R12 {
  left: 41.66666667%;
}
.pull-xs-5R12 {
  right: 41.66666667%;
}
.col-xs-6R12-G52 {
  float: left;
  width: 50%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-6R12 {
  left: 50%;
}
.pull-xs-6R12 {
  right: 50%;
}
.col-xs-7R12-G52 {
  float: left;
  width: 58.33333333%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-7R12 {
  left: 58.33333333%;
}
.pull-xs-7R12 {
  right: 58.33333333%;
}
.col-xs-8R12-G52 {
  float: left;
  width: 66.66666667%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-8R12 {
  left: 66.66666667%;
}
.pull-xs-8R12 {
  right: 66.66666667%;
}
.col-xs-9R12-G52 {
  float: left;
  width: 75%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-9R12 {
  left: 75%;
}
.pull-xs-9R12 {
  right: 75%;
}
.col-xs-10R12-G52 {
  float: left;
  width: 83.33333333%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-10R12 {
  left: 83.33333333%;
}
.pull-xs-10R12 {
  right: 83.33333333%;
}
.col-xs-11R12-G52 {
  float: left;
  width: 91.66666667%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-11R12 {
  left: 91.66666667%;
}
.pull-xs-11R12 {
  right: 91.66666667%;
}
.col-xs-12R12-G52 {
  float: left;
  width: 100%;
  padding-left: 0.34666667rem;
  padding-right: 0.34666667rem;
  padding-top: 0.34666667rem;
  padding-bottom: 0.34666667rem;
}
.push-xs-12R12 {
  left: 100%;
}
.pull-xs-12R12 {
  right: 100%;
}
.row-xs-G0-sb {
  margin-left: 0rem;
  margin-right: 0rem;
}
.row-xs-G0-no {
  margin-left: 0;
  margin-right: 0;
}
.row-xs-G0-sa {
  margin-left: 0rem;
  margin-right: 0rem;
}
.col-xs-0R12-G0 {
  float: left;
  width: 0%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-0R12 {
  left: 0%;
}
.pull-xs-0R12 {
  right: 0%;
}
.col-xs-1R12-G0 {
  float: left;
  width: 8.33333333%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-1R12 {
  left: 8.33333333%;
}
.pull-xs-1R12 {
  right: 8.33333333%;
}
.col-xs-2R12-G0 {
  float: left;
  width: 16.66666667%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-2R12 {
  left: 16.66666667%;
}
.pull-xs-2R12 {
  right: 16.66666667%;
}
.col-xs-3R12-G0 {
  float: left;
  width: 25%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-3R12 {
  left: 25%;
}
.pull-xs-3R12 {
  right: 25%;
}
.col-xs-4R12-G0 {
  float: left;
  width: 33.33333333%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-4R12 {
  left: 33.33333333%;
}
.pull-xs-4R12 {
  right: 33.33333333%;
}
.col-xs-5R12-G0 {
  float: left;
  width: 41.66666667%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-5R12 {
  left: 41.66666667%;
}
.pull-xs-5R12 {
  right: 41.66666667%;
}
.col-xs-6R12-G0 {
  float: left;
  width: 50%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-6R12 {
  left: 50%;
}
.pull-xs-6R12 {
  right: 50%;
}
.col-xs-7R12-G0 {
  float: left;
  width: 58.33333333%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-7R12 {
  left: 58.33333333%;
}
.pull-xs-7R12 {
  right: 58.33333333%;
}
.col-xs-8R12-G0 {
  float: left;
  width: 66.66666667%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-8R12 {
  left: 66.66666667%;
}
.pull-xs-8R12 {
  right: 66.66666667%;
}
.col-xs-9R12-G0 {
  float: left;
  width: 75%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-9R12 {
  left: 75%;
}
.pull-xs-9R12 {
  right: 75%;
}
.col-xs-10R12-G0 {
  float: left;
  width: 83.33333333%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-10R12 {
  left: 83.33333333%;
}
.pull-xs-10R12 {
  right: 83.33333333%;
}
.col-xs-11R12-G0 {
  float: left;
  width: 91.66666667%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-11R12 {
  left: 91.66666667%;
}
.pull-xs-11R12 {
  right: 91.66666667%;
}
.col-xs-12R12-G0 {
  float: left;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.push-xs-12R12 {
  left: 100%;
}
.pull-xs-12R12 {
  right: 100%;
}
@media (min-width: 1024px) {
  .row-sm-G26-sb {
    margin-left: -0.12695312rem;
    margin-right: -0.12695312rem;
  }
  .row-sm-G26-no {
    margin-left: 0;
    margin-right: 0;
  }
  .row-sm-G26-sa {
    margin-left: 0.12695313rem;
    margin-right: 0.12695313rem;
  }
  .col-sm-0R12-G26 {
    float: left;
    width: 0%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-0R12 {
    left: 0%;
  }
  .pull-sm-0R12 {
    right: 0%;
  }
  .col-sm-1R12-G26 {
    float: left;
    width: 8.33333333%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-1R12 {
    left: 8.33333333%;
  }
  .pull-sm-1R12 {
    right: 8.33333333%;
  }
  .col-sm-2R12-G26 {
    float: left;
    width: 16.66666667%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-2R12 {
    left: 16.66666667%;
  }
  .pull-sm-2R12 {
    right: 16.66666667%;
  }
  .col-sm-3R12-G26 {
    float: left;
    width: 25%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-3R12 {
    left: 25%;
  }
  .pull-sm-3R12 {
    right: 25%;
  }
  .col-sm-4R12-G26 {
    float: left;
    width: 33.33333333%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-4R12 {
    left: 33.33333333%;
  }
  .pull-sm-4R12 {
    right: 33.33333333%;
  }
  .col-sm-5R12-G26 {
    float: left;
    width: 41.66666667%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-5R12 {
    left: 41.66666667%;
  }
  .pull-sm-5R12 {
    right: 41.66666667%;
  }
  .col-sm-6R12-G26 {
    float: left;
    width: 50%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-6R12 {
    left: 50%;
  }
  .pull-sm-6R12 {
    right: 50%;
  }
  .col-sm-7R12-G26 {
    float: left;
    width: 58.33333333%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-7R12 {
    left: 58.33333333%;
  }
  .pull-sm-7R12 {
    right: 58.33333333%;
  }
  .col-sm-8R12-G26 {
    float: left;
    width: 66.66666667%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-8R12 {
    left: 66.66666667%;
  }
  .pull-sm-8R12 {
    right: 66.66666667%;
  }
  .col-sm-9R12-G26 {
    float: left;
    width: 75%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-9R12 {
    left: 75%;
  }
  .pull-sm-9R12 {
    right: 75%;
  }
  .col-sm-10R12-G26 {
    float: left;
    width: 83.33333333%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-10R12 {
    left: 83.33333333%;
  }
  .pull-sm-10R12 {
    right: 83.33333333%;
  }
  .col-sm-11R12-G26 {
    float: left;
    width: 91.66666667%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-11R12 {
    left: 91.66666667%;
  }
  .pull-sm-11R12 {
    right: 91.66666667%;
  }
  .col-sm-12R12-G26 {
    float: left;
    width: 100%;
    padding-left: 0.12695313rem;
    padding-right: 0.12695313rem;
    padding-top: 0.12695313rem;
    padding-bottom: 0.12695313rem;
  }
  .push-sm-12R12 {
    left: 100%;
  }
  .pull-sm-12R12 {
    right: 100%;
  }
  .row-sm-G52-sb {
    margin-left: -0.25390625rem;
    margin-right: -0.25390625rem;
  }
  .row-sm-G52-no {
    margin-left: 0;
    margin-right: 0;
  }
  .row-sm-G52-sa {
    margin-left: 0.25390625rem;
    margin-right: 0.25390625rem;
  }
  .col-sm-0R12-G52 {
    float: left;
    width: 0%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-0R12 {
    left: 0%;
  }
  .pull-sm-0R12 {
    right: 0%;
  }
  .col-sm-1R12-G52 {
    float: left;
    width: 8.33333333%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-1R12 {
    left: 8.33333333%;
  }
  .pull-sm-1R12 {
    right: 8.33333333%;
  }
  .col-sm-2R12-G52 {
    float: left;
    width: 16.66666667%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-2R12 {
    left: 16.66666667%;
  }
  .pull-sm-2R12 {
    right: 16.66666667%;
  }
  .col-sm-3R12-G52 {
    float: left;
    width: 25%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-3R12 {
    left: 25%;
  }
  .pull-sm-3R12 {
    right: 25%;
  }
  .col-sm-4R12-G52 {
    float: left;
    width: 33.33333333%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-4R12 {
    left: 33.33333333%;
  }
  .pull-sm-4R12 {
    right: 33.33333333%;
  }
  .col-sm-5R12-G52 {
    float: left;
    width: 41.66666667%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-5R12 {
    left: 41.66666667%;
  }
  .pull-sm-5R12 {
    right: 41.66666667%;
  }
  .col-sm-6R12-G52 {
    float: left;
    width: 50%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-6R12 {
    left: 50%;
  }
  .pull-sm-6R12 {
    right: 50%;
  }
  .col-sm-7R12-G52 {
    float: left;
    width: 58.33333333%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-7R12 {
    left: 58.33333333%;
  }
  .pull-sm-7R12 {
    right: 58.33333333%;
  }
  .col-sm-8R12-G52 {
    float: left;
    width: 66.66666667%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-8R12 {
    left: 66.66666667%;
  }
  .pull-sm-8R12 {
    right: 66.66666667%;
  }
  .col-sm-9R12-G52 {
    float: left;
    width: 75%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-9R12 {
    left: 75%;
  }
  .pull-sm-9R12 {
    right: 75%;
  }
  .col-sm-10R12-G52 {
    float: left;
    width: 83.33333333%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-10R12 {
    left: 83.33333333%;
  }
  .pull-sm-10R12 {
    right: 83.33333333%;
  }
  .col-sm-11R12-G52 {
    float: left;
    width: 91.66666667%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-11R12 {
    left: 91.66666667%;
  }
  .pull-sm-11R12 {
    right: 91.66666667%;
  }
  .col-sm-12R12-G52 {
    float: left;
    width: 100%;
    padding-left: 0.25390625rem;
    padding-right: 0.25390625rem;
    padding-top: 0.25390625rem;
    padding-bottom: 0.25390625rem;
  }
  .push-sm-12R12 {
    left: 100%;
  }
  .pull-sm-12R12 {
    right: 100%;
  }
  .row-sm-G0-sb {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .row-sm-G0-no {
    margin-left: 0;
    margin-right: 0;
  }
  .row-sm-G0-sa {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .col-sm-0R12-G0 {
    float: left;
    width: 0%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-0R12 {
    left: 0%;
  }
  .pull-sm-0R12 {
    right: 0%;
  }
  .col-sm-1R12-G0 {
    float: left;
    width: 8.33333333%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-1R12 {
    left: 8.33333333%;
  }
  .pull-sm-1R12 {
    right: 8.33333333%;
  }
  .col-sm-2R12-G0 {
    float: left;
    width: 16.66666667%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-2R12 {
    left: 16.66666667%;
  }
  .pull-sm-2R12 {
    right: 16.66666667%;
  }
  .col-sm-3R12-G0 {
    float: left;
    width: 25%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-3R12 {
    left: 25%;
  }
  .pull-sm-3R12 {
    right: 25%;
  }
  .col-sm-4R12-G0 {
    float: left;
    width: 33.33333333%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-4R12 {
    left: 33.33333333%;
  }
  .pull-sm-4R12 {
    right: 33.33333333%;
  }
  .col-sm-5R12-G0 {
    float: left;
    width: 41.66666667%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-5R12 {
    left: 41.66666667%;
  }
  .pull-sm-5R12 {
    right: 41.66666667%;
  }
  .col-sm-6R12-G0 {
    float: left;
    width: 50%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-6R12 {
    left: 50%;
  }
  .pull-sm-6R12 {
    right: 50%;
  }
  .col-sm-7R12-G0 {
    float: left;
    width: 58.33333333%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-7R12 {
    left: 58.33333333%;
  }
  .pull-sm-7R12 {
    right: 58.33333333%;
  }
  .col-sm-8R12-G0 {
    float: left;
    width: 66.66666667%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-8R12 {
    left: 66.66666667%;
  }
  .pull-sm-8R12 {
    right: 66.66666667%;
  }
  .col-sm-9R12-G0 {
    float: left;
    width: 75%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-9R12 {
    left: 75%;
  }
  .pull-sm-9R12 {
    right: 75%;
  }
  .col-sm-10R12-G0 {
    float: left;
    width: 83.33333333%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-10R12 {
    left: 83.33333333%;
  }
  .pull-sm-10R12 {
    right: 83.33333333%;
  }
  .col-sm-11R12-G0 {
    float: left;
    width: 91.66666667%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-11R12 {
    left: 91.66666667%;
  }
  .pull-sm-11R12 {
    right: 91.66666667%;
  }
  .col-sm-12R12-G0 {
    float: left;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .push-sm-12R12 {
    left: 100%;
  }
  .pull-sm-12R12 {
    right: 100%;
  }
}
@media (min-width: 1440px) {
  .row-lg-G26-sb {
    margin-left: -13px;
    margin-right: -13px;
  }
  .row-lg-G26-no {
    margin-left: 0;
    margin-right: 0;
  }
  .row-lg-G26-sa {
    margin-left: 13px;
    margin-right: 13px;
  }
  .col-lg-0R12-G26 {
    float: left;
    width: 0%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-0R12 {
    left: 0%;
  }
  .pull-lg-0R12 {
    right: 0%;
  }
  .col-lg-1R12-G26 {
    float: left;
    width: 8.33333333%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-1R12 {
    left: 8.33333333%;
  }
  .pull-lg-1R12 {
    right: 8.33333333%;
  }
  .col-lg-2R12-G26 {
    float: left;
    width: 16.66666667%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-2R12 {
    left: 16.66666667%;
  }
  .pull-lg-2R12 {
    right: 16.66666667%;
  }
  .col-lg-3R12-G26 {
    float: left;
    width: 25%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-3R12 {
    left: 25%;
  }
  .pull-lg-3R12 {
    right: 25%;
  }
  .col-lg-4R12-G26 {
    float: left;
    width: 33.33333333%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-4R12 {
    left: 33.33333333%;
  }
  .pull-lg-4R12 {
    right: 33.33333333%;
  }
  .col-lg-5R12-G26 {
    float: left;
    width: 41.66666667%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-5R12 {
    left: 41.66666667%;
  }
  .pull-lg-5R12 {
    right: 41.66666667%;
  }
  .col-lg-6R12-G26 {
    float: left;
    width: 50%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-6R12 {
    left: 50%;
  }
  .pull-lg-6R12 {
    right: 50%;
  }
  .col-lg-7R12-G26 {
    float: left;
    width: 58.33333333%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-7R12 {
    left: 58.33333333%;
  }
  .pull-lg-7R12 {
    right: 58.33333333%;
  }
  .col-lg-8R12-G26 {
    float: left;
    width: 66.66666667%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-8R12 {
    left: 66.66666667%;
  }
  .pull-lg-8R12 {
    right: 66.66666667%;
  }
  .col-lg-9R12-G26 {
    float: left;
    width: 75%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-9R12 {
    left: 75%;
  }
  .pull-lg-9R12 {
    right: 75%;
  }
  .col-lg-10R12-G26 {
    float: left;
    width: 83.33333333%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-10R12 {
    left: 83.33333333%;
  }
  .pull-lg-10R12 {
    right: 83.33333333%;
  }
  .col-lg-11R12-G26 {
    float: left;
    width: 91.66666667%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-11R12 {
    left: 91.66666667%;
  }
  .pull-lg-11R12 {
    right: 91.66666667%;
  }
  .col-lg-12R12-G26 {
    float: left;
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .push-lg-12R12 {
    left: 100%;
  }
  .pull-lg-12R12 {
    right: 100%;
  }
  .row-lg-G52-sb {
    margin-left: -26px;
    margin-right: -26px;
  }
  .row-lg-G52-no {
    margin-left: 0;
    margin-right: 0;
  }
  .row-lg-G52-sa {
    margin-left: 26px;
    margin-right: 26px;
  }
  .col-lg-0R12-G52 {
    float: left;
    width: 0%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-0R12 {
    left: 0%;
  }
  .pull-lg-0R12 {
    right: 0%;
  }
  .col-lg-1R12-G52 {
    float: left;
    width: 8.33333333%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-1R12 {
    left: 8.33333333%;
  }
  .pull-lg-1R12 {
    right: 8.33333333%;
  }
  .col-lg-2R12-G52 {
    float: left;
    width: 16.66666667%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-2R12 {
    left: 16.66666667%;
  }
  .pull-lg-2R12 {
    right: 16.66666667%;
  }
  .col-lg-3R12-G52 {
    float: left;
    width: 25%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-3R12 {
    left: 25%;
  }
  .pull-lg-3R12 {
    right: 25%;
  }
  .col-lg-4R12-G52 {
    float: left;
    width: 33.33333333%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-4R12 {
    left: 33.33333333%;
  }
  .pull-lg-4R12 {
    right: 33.33333333%;
  }
  .col-lg-5R12-G52 {
    float: left;
    width: 41.66666667%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-5R12 {
    left: 41.66666667%;
  }
  .pull-lg-5R12 {
    right: 41.66666667%;
  }
  .col-lg-6R12-G52 {
    float: left;
    width: 50%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-6R12 {
    left: 50%;
  }
  .pull-lg-6R12 {
    right: 50%;
  }
  .col-lg-7R12-G52 {
    float: left;
    width: 58.33333333%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-7R12 {
    left: 58.33333333%;
  }
  .pull-lg-7R12 {
    right: 58.33333333%;
  }
  .col-lg-8R12-G52 {
    float: left;
    width: 66.66666667%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-8R12 {
    left: 66.66666667%;
  }
  .pull-lg-8R12 {
    right: 66.66666667%;
  }
  .col-lg-9R12-G52 {
    float: left;
    width: 75%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-9R12 {
    left: 75%;
  }
  .pull-lg-9R12 {
    right: 75%;
  }
  .col-lg-10R12-G52 {
    float: left;
    width: 83.33333333%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-10R12 {
    left: 83.33333333%;
  }
  .pull-lg-10R12 {
    right: 83.33333333%;
  }
  .col-lg-11R12-G52 {
    float: left;
    width: 91.66666667%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-11R12 {
    left: 91.66666667%;
  }
  .pull-lg-11R12 {
    right: 91.66666667%;
  }
  .col-lg-12R12-G52 {
    float: left;
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .push-lg-12R12 {
    left: 100%;
  }
  .pull-lg-12R12 {
    right: 100%;
  }
  .row-lg-G0-sb {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row-lg-G0-no {
    margin-left: 0;
    margin-right: 0;
  }
  .row-lg-G0-sa {
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-lg-0R12-G0 {
    float: left;
    width: 0%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-0R12 {
    left: 0%;
  }
  .pull-lg-0R12 {
    right: 0%;
  }
  .col-lg-1R12-G0 {
    float: left;
    width: 8.33333333%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-1R12 {
    left: 8.33333333%;
  }
  .pull-lg-1R12 {
    right: 8.33333333%;
  }
  .col-lg-2R12-G0 {
    float: left;
    width: 16.66666667%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-2R12 {
    left: 16.66666667%;
  }
  .pull-lg-2R12 {
    right: 16.66666667%;
  }
  .col-lg-3R12-G0 {
    float: left;
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-3R12 {
    left: 25%;
  }
  .pull-lg-3R12 {
    right: 25%;
  }
  .col-lg-4R12-G0 {
    float: left;
    width: 33.33333333%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-4R12 {
    left: 33.33333333%;
  }
  .pull-lg-4R12 {
    right: 33.33333333%;
  }
  .col-lg-5R12-G0 {
    float: left;
    width: 41.66666667%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-5R12 {
    left: 41.66666667%;
  }
  .pull-lg-5R12 {
    right: 41.66666667%;
  }
  .col-lg-6R12-G0 {
    float: left;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-6R12 {
    left: 50%;
  }
  .pull-lg-6R12 {
    right: 50%;
  }
  .col-lg-7R12-G0 {
    float: left;
    width: 58.33333333%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-7R12 {
    left: 58.33333333%;
  }
  .pull-lg-7R12 {
    right: 58.33333333%;
  }
  .col-lg-8R12-G0 {
    float: left;
    width: 66.66666667%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-8R12 {
    left: 66.66666667%;
  }
  .pull-lg-8R12 {
    right: 66.66666667%;
  }
  .col-lg-9R12-G0 {
    float: left;
    width: 75%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-9R12 {
    left: 75%;
  }
  .pull-lg-9R12 {
    right: 75%;
  }
  .col-lg-10R12-G0 {
    float: left;
    width: 83.33333333%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-10R12 {
    left: 83.33333333%;
  }
  .pull-lg-10R12 {
    right: 83.33333333%;
  }
  .col-lg-11R12-G0 {
    float: left;
    width: 91.66666667%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-11R12 {
    left: 91.66666667%;
  }
  .pull-lg-11R12 {
    right: 91.66666667%;
  }
  .col-lg-12R12-G0 {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .push-lg-12R12 {
    left: 100%;
  }
  .pull-lg-12R12 {
    right: 100%;
  }
}
.border-gray5 {
  border-color: #0d0d0d;
}
.fzColor-gray5 {
  color: #0d0d0d;
}
.bgColor-gray5 {
  background-color: #0d0d0d;
}
.border-gray10 {
  border-color: #1a1a1a;
}
.fzColor-gray10 {
  color: #1a1a1a;
}
.bgColor-gray10 {
  background-color: #1a1a1a;
}
.border-gray15 {
  border-color: #262626;
}
.fzColor-gray15 {
  color: #262626;
}
.bgColor-gray15 {
  background-color: #262626;
}
.border-gray20 {
  border-color: #333333;
}
.fzColor-gray20 {
  color: #333333;
}
.bgColor-gray20 {
  background-color: #333333;
}
.border-gray25 {
  border-color: #404040;
}
.fzColor-gray25 {
  color: #404040;
}
.bgColor-gray25 {
  background-color: #404040;
}
.border-gray30 {
  border-color: #4d4d4d;
}
.fzColor-gray30 {
  color: #4d4d4d;
}
.bgColor-gray30 {
  background-color: #4d4d4d;
}
.border-gray35 {
  border-color: #595959;
}
.fzColor-gray35 {
  color: #595959;
}
.bgColor-gray35 {
  background-color: #595959;
}
.border-gray40 {
  border-color: #666666;
}
.fzColor-gray40 {
  color: #666666;
}
.bgColor-gray40 {
  background-color: #666666;
}
.border-gray45 {
  border-color: #737373;
}
.fzColor-gray45 {
  color: #737373;
}
.bgColor-gray45 {
  background-color: #737373;
}
.border-gray50 {
  border-color: #808080;
}
.fzColor-gray50 {
  color: #808080;
}
.bgColor-gray50 {
  background-color: #808080;
}
.border-gray55 {
  border-color: #8c8c8c;
}
.fzColor-gray55 {
  color: #8c8c8c;
}
.bgColor-gray55 {
  background-color: #8c8c8c;
}
.border-gray60 {
  border-color: #999999;
}
.fzColor-gray60 {
  color: #999999;
}
.bgColor-gray60 {
  background-color: #999999;
}
.border-gray65 {
  border-color: #a6a6a6;
}
.fzColor-gray65 {
  color: #a6a6a6;
}
.bgColor-gray65 {
  background-color: #a6a6a6;
}
.border-gray70 {
  border-color: #b3b3b3;
}
.fzColor-gray70 {
  color: #b3b3b3;
}
.bgColor-gray70 {
  background-color: #b3b3b3;
}
.border-gray75 {
  border-color: #bfbfbf;
}
.fzColor-gray75 {
  color: #bfbfbf;
}
.bgColor-gray75 {
  background-color: #bfbfbf;
}
.border-gray80 {
  border-color: #cccccc;
}
.fzColor-gray80 {
  color: #cccccc;
}
.bgColor-gray80 {
  background-color: #cccccc;
}
.border-gray85 {
  border-color: #d9d9d9;
}
.fzColor-gray85 {
  color: #d9d9d9;
}
.bgColor-gray85 {
  background-color: #d9d9d9;
}
.border-gray90 {
  border-color: #e6e6e6;
}
.fzColor-gray90 {
  color: #e6e6e6;
}
.bgColor-gray90 {
  background-color: #e6e6e6;
}
.border-gray95 {
  border-color: #f2f2f2;
}
.fzColor-gray95 {
  color: #f2f2f2;
}
.bgColor-gray95 {
  background-color: #f2f2f2;
}
.border-gray100 {
  border-color: #ffffff;
}
.fzColor-gray100 {
  color: #ffffff;
}
.bgColor-gray100 {
  background-color: #ffffff;
}
.indent0 {
  text-indent: 0em;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
article {
  line-height: 1.5;
  /* lists */
}
article img,
article video {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: bold;
}
article h1 {
  font-size: 2em;
  margin: 0.625em 0;
}
article h2 {
  font-size: 1.5em;
  margin: 0.83333333em 0;
}
article h3 {
  font-size: 1.125em;
  margin: 1.11111111em 0;
}
article h4 {
  font-size: 1em;
  margin: 1.25em 0;
}
article h5 {
  font-size: 0.875em;
  margin: 1.42857143em 0;
}
article h6 {
  font-size: 0.75em;
  margin: 1.66666667em 0;
}
article p {
  margin: 1em 0;
}
article ul,
article menu,
article dir {
  display: block;
  list-style-type: disc;
  margin: 1__qem 0 1em 0;
  -webkit-padding-start: 40px;
}
article ol {
  display: block;
  list-style-type: decimal;
  margin: 1__qem 0 1em 0;
  -webkit-padding-start: 40px;
}
article li {
  display: list-item;
}
article ul ul,
article ol ul {
  list-style-type: circle;
}
article ol ol ul,
article ol ul ul,
article ul ol ul,
article ul ul ul {
  list-style-type: square;
}
article dd {
  display: block;
  -webkit-margin-start: 40px;
}
article dl {
  display: block;
  margin: 1__qem 0 1em 0;
}
article dt {
  display: block;
}
article ol ul,
article ul ol,
article ul ul,
article ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article_hgroup {
  position: relative;
}
.article_hgroup:before,
.article_hgroup:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.article_hgroup:before,
.article_hgroup:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.article_hgroup:before,
.article_hgroup:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.article_hgroup:before,
.article_hgroup:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.article_hgroup h1,
.article_hgroup h2,
.article_hgroup h3,
.article_hgroup h4,
.article_hgroup h5,
.article_hgroup h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.article_info {
  position: relative;
}
.article_info:before,
.article_info:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.article_info:before,
.article_info:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.article_info:before,
.article_info:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.article_info:before,
.article_info:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.article_pagination {
  position: relative;
}
.article_pagination:before,
.article_pagination:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.article_pagination:before,
.article_pagination:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.article_pagination:before,
.article_pagination:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.article_pagination:before,
.article_pagination:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
html.openNav {
  overflow: hidden;
}
.screen-cover {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #191919;
}
.show {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.absform {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.34666667rem;
  right: 0.34666667rem;
  z-index: 7;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-size: 0.48rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .absform {
    left: 20%;
    right: 20%;
  }
}
@media (min-width: 1440px) {
  .absform {
    left: 25%;
    right: 25%;
  }
}
@media (min-width: 1024px) {
  .absform {
    font-size: 0.17578125rem;
  }
}
@media (min-width: 1440px) {
  .absform {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .absform {
    font-size: 0.17578125rem;
  }
}
@media (min-width: 1440px) {
  .absform {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .absform {
    font-size: 0.17578125rem;
  }
}
@media (min-width: 1440px) {
  .absform {
    font-size: 18px;
  }
}
.absform .input-box {
  height: 50%;
  font-size: 0.48rem;
  line-height: 1.33333333rem;
  margin-top: auto;
  margin-bottom: auto;
  border-bottom: 1px solid #ffffff;
  color: #333;
  margin-right: 2rem;
}
@media (min-width: 1024px) {
  .absform .input-box {
    font-size: 0.13671875rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    font-size: 0.13671875rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    font-size: 0.13671875rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    line-height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    line-height: 100px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    line-height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    line-height: 100px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    line-height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    line-height: 100px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    background-color: #ffffff;
    color: #333;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    margin-right: 2.9296875rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    margin-right: 150px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    margin-right: 2.9296875rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    margin-right: 150px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box {
    margin-right: 2.9296875rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box {
    margin-right: 150px;
  }
}
.absform .input-box .input-text {
  font-size: inherit;
  line-height: 0.66666667rem;
  display: block;
  width: 90%;
  margin-left: 10%;
  margin-top: 0.33333333rem;
  border: none;
  background: none;
  color: #333;
}
@media (min-width: 1024px) {
  .absform .input-box .input-text {
    line-height: 0.48828125rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box .input-text {
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box .input-text {
    line-height: 0.48828125rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box .input-text {
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box .input-text {
    line-height: 0.48828125rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box .input-text {
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box .input-text {
    margin-top: 0.24414063rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box .input-text {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box .input-text {
    margin-top: 0.24414063rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box .input-text {
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .absform .input-box .input-text {
    margin-top: 0.24414063rem;
  }
}
@media (min-width: 1440px) {
  .absform .input-box .input-text {
    margin-top: 25px;
  }
}
.absform .btn-submit,
.absform .btn-close {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: inherit;
  width: 2rem;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .absform .btn-submit,
  .absform .btn-close {
    width: 1.46484375rem;
  }
}
@media (min-width: 1440px) {
  .absform .btn-submit,
  .absform .btn-close {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .absform .btn-submit,
  .absform .btn-close {
    width: 1.46484375rem;
  }
}
@media (min-width: 1440px) {
  .absform .btn-submit,
  .absform .btn-close {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .absform .btn-submit,
  .absform .btn-close {
    width: 1.46484375rem;
  }
}
@media (min-width: 1440px) {
  .absform .btn-submit,
  .absform .btn-close {
    width: 150px;
  }
}
.absform .btn-submit .fa,
.absform .btn-close .fa,
.absform .btn-submit .iconfont,
.absform .btn-close .iconfont {
  font-size: inherit;
}
.absform .btn-submit {
  left: auto;
  right: 2rem;
  color: #333;
}
@media (min-width: 1024px) {
  .absform .btn-submit {
    left: 0;
    color: #333;
  }
}
.absform .btn-close {
  right: 0;
  color: #333;
}
.iconfont {
  font-size: 16px;
}
.clear,
.row,
[class^="row"] {
  position: relative;
}
.clear:before,
.row:before,
[class^="row"]:before,
.clear:after,
.row:after,
[class^="row"]:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.clear:before,
.row:before,
[class^="row"]:before,
.clear:after,
.row:after,
[class^="row"]:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.clear:before,
.row:before,
[class^="row"]:before,
.clear:after,
.row:after,
[class^="row"]:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.clear:before,
.row:before,
[class^="row"]:before,
.clear:after,
.row:after,
[class^="row"]:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  margin-top: -1px;
}
.container-full {
  width: 100%;
}
.dis-no {
  display: none;
}
.dis-bl {
  display: block;
}
.dis-il {
  display: inline;
}
.dis-ib {
  display: inline-block;
}
.align-rbase {
  text-align: right;
  vertical-align: baseline;
}
.align-rb {
  text-align: right;
  vertical-align: bottom;
}
.align-rm {
  text-align: right;
  vertical-align: middle;
}
.align-rt {
  text-align: right;
  vertical-align: top;
}
.align-cbase {
  text-align: center;
  vertical-align: baseline;
}
.align-cb {
  text-align: center;
  vertical-align: bottom;
}
.align-cm {
  text-align: center;
  vertical-align: middle;
}
.align-ct {
  text-align: center;
  vertical-align: top;
}
.align-lbase {
  text-align: left;
  vertical-align: baseline;
}
.align-lb {
  text-align: left;
  vertical-align: bottom;
}
.align-lm {
  text-align: left;
  vertical-align: middle;
}
.align-lt {
  text-align: left;
  vertical-align: top;
}
.header-bg {
  background-color: #c1100e;
  color: #ffffff;
  box-shadow: 0px 5px 7px 0px rgba(11, 73, 49, 0.102);
  z-index: 7;
}
.header-bg.headroom--unpinned {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #c1100e;
}
.header-bg .container-response {
  height: 100%;
}
.header-bg + .placeholder {
  height: 1.33333333rem;
}
@media (min-width: 1024px) {
  .header-bg + .placeholder {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header-bg + .placeholder {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-bg + .placeholder {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .header-bg + .placeholder {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-bg + .placeholder {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .header-bg + .placeholder {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-bg + .placeholder {
    height: 100px;
  }
}
.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 1.33333333rem;
  top: 3.36rem;
}
@media (min-width: 1024px) {
  .header-fixed {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .header-fixed {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .header-fixed {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed {
    height: 100px;
  }
}
.header-fixed + .placeholder {
  height: 1.33333333rem;
}
@media (min-width: 1024px) {
  .header-fixed + .placeholder {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed + .placeholder {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .header-fixed + .placeholder {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed + .placeholder {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .header-fixed + .placeholder {
    height: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed + .placeholder {
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .header-fixed {
    top: 2.4609375rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed {
    top: 252px;
  }
}
@media (min-width: 1024px) {
  .header-fixed {
    top: 2.4609375rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed {
    top: 252px;
  }
}
@media (min-width: 1024px) {
  .header-fixed {
    top: 2.4609375rem;
  }
}
@media (min-width: 1440px) {
  .header-fixed {
    top: 252px;
  }
}
.hide {
  -webkit-transform: scale(0) !important;
  -moz-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.header .header-absLeft,
.header .header-absRight {
  position: absolute;
  top: 0;
  bottom: 0;
}
.header .header-absLeft {
  left: 0;
  width: 2.4rem;
  text-align: center;
  font-size: 0;
}
@media (min-width: 1024px) {
  .header .header-absLeft {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header .header-absLeft {
    width: 1.7578125rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absLeft {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .header .header-absLeft {
    width: 1.7578125rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absLeft {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .header .header-absLeft {
    width: 1.7578125rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absLeft {
    width: 180px;
  }
}
.header .header-absLeft:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.header .header-relMiddle {
  display: none;
}
@media (min-width: 1024px) {
  .header .header-relMiddle {
    display: block;
  }
}
.header .header-absRight {
  right: 0;
  width: 4rem;
}
@media (min-width: 1024px) {
  .header .header-absRight {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight {
    width: 2.9296875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight {
    width: 2.9296875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight {
    width: 2.9296875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight {
    width: 300px;
  }
}
.header .header-absRight li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 0.26666667rem;
  margin-right: 0.26666667rem;
  margin-bottom: 0;
  width: 0.74666667rem;
  height: 0.74666667rem;
}
@media (min-width: 1024px) {
  .header .header-absRight li {
    width: 0.546875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight li {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight li {
    width: 0.546875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight li {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight li {
    width: 0.546875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight li {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight li {
    height: 0.546875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight li {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight li {
    height: 0.546875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight li {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight li {
    height: 0.546875rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight li {
    height: 56px;
  }
}
.header .header-absRight .img-box {
  width: 0.53333333rem;
  height: 0.53333333rem;
}
@media (min-width: 1024px) {
  .header .header-absRight .img-box {
    width: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .img-box {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight .img-box {
    width: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .img-box {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight .img-box {
    width: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .img-box {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight .img-box {
    height: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .img-box {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight .img-box {
    height: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .img-box {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight .img-box {
    height: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .img-box {
    height: 40px;
  }
}
.header .header-absRight .search .iconfont {
  font-size: 20px;
}
.header .header-absRight .menu .fa {
  font-size: 20px;
}
.header .header-absRight .reCssBtn {
  vertical-align: middle;
  font-size: 0.42666667rem;
  color: #4F4F4F;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .header-absRight .reCssBtn {
    font-size: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .reCssBtn {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight .reCssBtn {
    font-size: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .reCssBtn {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .header .header-absRight .reCssBtn {
    font-size: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .header .header-absRight .reCssBtn {
    font-size: 28px;
  }
}
.header .header-absRight .reCssBtn:before {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 50%;
  margin: 0 auto;
  background-color: #ffffff;
}
.header .header-absRight .reCssBtn.active:before,
.header .header-absRight .reCssBtn:hover:before {
  display: block;
}
.header .header-absRight .reCssBtn.active .target_blank,
.header .header-absRight .reCssBtn:hover .target_blank {
  display: block;
}
.header .header-absRight .reCssBtn .iconfont {
  font-size: 20px;
}
.header-relMiddle .nav-lv0 {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  vertical-align: top;
  text-align: center;
}
.header-relMiddle .nav-lv0 .item-lv0 {
  display: inline-block;
  vertical-align: top;
  font-size: 0rem;
  line-height: 0.64rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    font-size: 0.13671875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    font-size: 0.13671875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    font-size: 0.13671875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    line-height: 0.46875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    line-height: 0.46875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    line-height: 0.46875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-left: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-left: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-left: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-right: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-right: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-right: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv0 .item-lv0 {
    padding-right: 16px;
  }
}
.header-relMiddle .nav-lv0 .item-lv0.active,
.header-relMiddle .nav-lv0 .item-lv0:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-relMiddle .nav-lv0 .item-lv0.active:before,
.header-relMiddle .nav-lv0 .item-lv0:hover:before {
  display: block;
}
.header-relMiddle .nav-lv0 .item-lv0.active a,
.header-relMiddle .nav-lv0 .item-lv0:hover a {
  color: #ffffff;
}
.header-relMiddle .nav-lv0 .item-lv0.active a:hover,
.header-relMiddle .nav-lv0 .item-lv0:hover a:hover {
  color: #ffffff;
}
.header-relMiddle .nav-lv0 .item-lv0 .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.46666667rem;
  font-size: 0.56rem;
  line-height: 1.33333333rem;
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv0 .item-lv0 .fa {
    display: none;
  }
}
.header-relMiddle .item-lv0.hover .nav-lv1,
.header-relMiddle .item-lv0:hover .nav-lv1 {
  display: block;
}
.header-relMiddle .nav-lv1 {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 50%;
  margin-left: -1.2rem;
  min-width: 2.4rem;
  color: #ffffff;
  background-color: #c1100e;
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv1 {
    margin-left: -0.87890625rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv1 {
    margin-left: -120px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv1 {
    margin-left: -0.87890625rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv1 {
    margin-left: -120px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv1 {
    margin-left: -0.87890625rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv1 {
    margin-left: -120px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv1 {
    min-width: 1.7578125rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv1 {
    min-width: 240px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv1 {
    min-width: 1.7578125rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv1 {
    min-width: 240px;
  }
}
@media (min-width: 1024px) {
  .header-relMiddle .nav-lv1 {
    min-width: 1.7578125rem;
  }
}
@media (min-width: 1440px) {
  .header-relMiddle .nav-lv1 {
    min-width: 240px;
  }
}
.header-relMiddle .nav-lv1 .item-lv1 {
  font-size: 16px;
  line-height: 3;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}
.header-relMiddle .nav-lv1 .item-lv1:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.headroom--unpinned .header-relMiddle .nav-lv0 .item-lv0 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.headroom--unpinned .header-absRight {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  line-height: 1.7;
}
.header-absRight {
  font-size: 0;
  vertical-align: top;
  line-height: 1.7;
}
.header-absRight .target_blank {
  display: none;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 6em;
  padding-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.header-absRight .target_blank .item {
  font-size: 18px;
  line-height: 3;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  color: #bcd400;
}
.header-absRight .target_blank .item:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.header-absRight .target_blank .item:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.header-absRight .target_blank .item:hover {
  background-color: #bcd400;
  color: #ffffff;
}
.time_box {
  margin-right: 16px;
}
.details {
  font-size: 16px;
  color: #1C6FEC;
}
.circle {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background-color: #1C6FEC;
  border-radius: 50px;
}
.link_two {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #F5F5F5;
  margin-top: 4px;
  margin-bottom: 4px;
}
/*底部样式*/
.sel {
  line-height: 1.7;
  font-size: 0.4rem;
  color: #ffffff;
  font-family: "微软雅黑";
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sel {
    font-size: 0.3515625rem;
  }
}
@media (min-width: 1440px) {
  .sel {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .sel {
    font-size: 0.3515625rem;
  }
}
@media (min-width: 1440px) {
  .sel {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .sel {
    font-size: 0.3515625rem;
  }
}
@media (min-width: 1440px) {
  .sel {
    font-size: 48px;
  }
}
/*飘窗和两侧广告位*/
.floating_window {
  position: absolute;
  display: block;
  width: 300px;
  left: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 10000000;
}
.floating_window .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 24px;
  color: honeydew;
}
.sideBar {
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 100;
}
.sideBar.left {
  left: 0;
}
.sideBar.left .item {
  float: left;
}
.sideBar.left .iconfont {
  left: 0;
}
.sideBar.right {
  right: 0;
}
.sideBar.right .item {
  float: right;
}
.sideBar.right .iconfont {
  right: 0;
}
.sideBar .iconfont {
  position: absolute;
  top: 0;
  text-align: right;
  font-size: 20px;
  color: honeydew;
}
.sideBar .item {
  display: block;
  width: 100px;
  margin-bottom: 10px;
}
.sideBar .item:hover {
  width: 240px;
}
.sideBar:after {
  display: block;
  content: "";
  clear: both;
}
.footer {
  width: 100%;
  z-index: 3;
  background: url(../image/footer_bg.jpg) center center no-repeat;
  background-size: cover;
}
.company_box {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 50px 50px 20px;
}
.address {
  display: inline-block;
  vertical-align: middle;
  width: 970px;
}
.address li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 2.18;
}
.address a {
  color: #ffffff;
}
.address a:hover {
  color: #ffffff;
}
.address .txt {
  margin: 0;
}
.link-qr {
  display: inline-block;
  vertical-align: middle;
  width: 142px;
  height: 142px;
}
.fixed-br {
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.js-toTop {
  right: 2%;
  bottom: 14%;
  z-index: 7;
  text-align: center;
  font-size: 0.58666667rem;
  line-height: 1.17333333rem;
  width: 1.17333333rem;
  height: 1.17333333rem;
  border-radius: 50%;
  background-color: #1c6fec;
  color: #ffffff;
  box-shadow: 0 0 2px #1c6fec;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .js-toTop {
    font-size: 0.32rem;
    line-height: 0.53333333rem;
    width: 0.53333333rem;
    height: 0.53333333rem;
  }
}
@media (min-width: 1440px) {
  .js-toTop {
    font-size: 32px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}
.dropdown {
  position: relative;
}
.dropdown .btn {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #666;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #1C6FEC;
  border-color: #1C6FEC;
}
.dropdown-menu {
  position: absolute;
  top: 31px;
  left: 0;
  display: none;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #c1100e;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c1100e;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li {
  line-height: 26px;
}
.open > .dropdown-toggle {
  float: left;
}
.open > .dropdown-menu {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  clear: left;
  height: 166px;
  overflow: auto;
}
.caret {
  float: right;
  display: block;
  width: 0;
  height: 0;
  margin-top: 8px;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* 滚动条顶角和底角 */
/* 顶角 */
.dropdown-menu::-webkit-scrollbar-button:vertical:decrement {
  width: 8px;
  height: 8px;
  border-radius: 6px 6px 0 0;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background: #1C6FEC;
}
/* 底角 */
.dropdown-menu::-webkit-scrollbar-button:vertical:increment {
  width: 8px;
  height: 8px;
  border-radius: 0 0 6px 6px ;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background: #1C6FEC;
}
.dropdown-menu::-webkit-scrollbar-button:horizontal:decrement {
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background: #1C6FEC;
}
.dropdown-menu::-webkit-scrollbar-button:horizontal:increment {
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background: #1C6FEC;
}
.dropdown-menu::-webkit-scrollbar-button:vertical:decrement:hover,
.dropdown-menu::-webkit-scrollbar-button:vertical:increment:hover,
.dropdown-menu::-webkit-scrollbar-button:horizontal:decrement:hover,
.dropdown-menu::-webkit-scrollbar-button:horizontal:increment:hover {
  background-color: #DDDEDE;
}
.dropdown-menu::-webkit-scrollbar-button:vertical:decrement:active,
.dropdown-menu::-webkit-scrollbar-button:vertical:increment:active,
.dropdown-menu::-webkit-scrollbar-button:horizontal:decrement:active,
.dropdown-menu::-webkit-scrollbar-button:horizontal:increment:active {
  background-color: #C3C5C5;
}
/* 滚动条 背景色 后 */
.dropdown-menu::-webkit-scrollbar-track {
  width: 3px;
  background: #1C6FEC;
  /*#E1ebf3;*/
}
.dropdown-menu::-webkit-scrollbar-corner {
  width: 3px;
  background: #1C6FEC;
  /*#E1ebf3;*/
}
/* 滚动条 背景色 前 */
.dropdown-menu::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 6px;
  background: #ffffff;
  /*#044068;*/
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
  /*#044068;*/
}
.dropdown-menu::-webkit-scrollbar-thumb:active {
  background: #ffffff;
  /*#044068;*/
}
.swiper-button-prev,
.swiper-button-next {
  text-align: center;
  margin-top: -38px;
  color: #ffffff;
  box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.027);
}
.swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c1100e;
  opacity: 1;
}
.my-pagination-ul .swiper-pagination-bullet {
  text-align: center;
  border-radius: 0;
  opacity: 1;
}
.my-pagination-ul .swiper-pagination-bullet-active {
  color: #1C6FEC;
}
.my-pagination-ul .swiper-pagination-bullet-active a {
  border-color: #1c6fec;
}
.my-pagination-ul .swiper-pagination-bullet-active:after {
  opacity: 1;
  background-color: #1C6FEC;
  height: 4px;
}
.indexSwiper .img-box {
  height: auto;
}
.indexSwiper .img-box:before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
@media (min-width: 1024px) {
  .indexSwiper .img-box {
    height: auto;
  }
  .indexSwiper .img-box:before {
    padding-bottom: 63.28125%;
  }
}
@media (min-width: 1440px) {
  .indexSwiper .img-box {
    height: 893px;
  }
  .indexSwiper .img-box:before {
    padding-bottom: 0;
  }
}
.indexSwiper + .swiper-pagination {
  bottom: 0.26666667rem;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .indexSwiper + .swiper-pagination {
    bottom: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .indexSwiper + .swiper-pagination {
    bottom: 30px;
  }
}
.indexSwiper + .swiper-pagination .swiper-pagination-bullet {
  width: 0.64rem;
  height: 0.04rem;
  margin: 0 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
@media (min-width: 1024px) {
  .indexSwiper + .swiper-pagination .swiper-pagination-bullet {
    width: 0.46875rem;
    height: 0.02929688rem;
  }
}
@media (min-width: 1440px) {
  .indexSwiper + .swiper-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 5px;
  }
}
.indexSwiper + .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bcd400;
}
.index-section {
  padding-top: 0.13333333rem;
  margin-bottom: 0.13333333rem;
}
@media (min-width: 1024px) {
  .index-section {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .index-section {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .index-section {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .index-section {
    margin-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .index-section {
    margin-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .index-section {
    margin-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section {
    margin-bottom: 10px;
  }
}
.index-section.section_2 .live_list {
  height: 5.25333333rem;
}
@media (min-width: 1024px) {
  .index-section.section_2 .live_list {
    height: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_2 .live_list {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_2 .live_list {
    height: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_2 .live_list {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_2 .live_list {
    height: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_2 .live_list {
    height: 540px;
  }
}
.index-section.section_3 .live_list {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.16rem;
  height: 3.2rem;
}
@media (min-width: 1024px) {
  .index-section.section_3 .live_list {
    margin-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_3 .live_list {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_3 .live_list {
    margin-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_3 .live_list {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_3 .live_list {
    margin-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_3 .live_list {
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_3 .live_list {
    height: 3.515625rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_3 .live_list {
    height: 480px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_3 .live_list {
    height: 3.515625rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_3 .live_list {
    height: 480px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_3 .live_list {
    height: 3.515625rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_3 .live_list {
    height: 480px;
  }
}
.index-section.section_3 .live_list:nth-child(2n+2) {
  margin-right: 0;
}
.index-section.section_3 .iconfont {
  color: #ffffff;
  border-radius: 50%;
  font-weight: normal;
}
.index-section.section_3 .iconzhengcezhipei {
  color: #8FBE3E;
}
.index-section.section_3 .txt-box .txt {
  width: 50%;
}
.index-section.section_4 .live_list {
  height: 5.33333333rem;
}
@media (min-width: 1024px) {
  .index-section.section_4 .live_list {
    height: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_4 .live_list {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_4 .live_list {
    height: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_4 .live_list {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_4 .live_list {
    height: 4.6875rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_4 .live_list {
    height: 540px;
  }
}
.index-section.section_4 .black {
  text-align: left;
}
.index-section.section_4 .name {
  width: 60%;
}
.index-section.section_4 .pagination {
  text-align: right;
  padding-right: 0.5rem;
  bottom: 1.33333333rem;
  z-index: 20;
}
@media (min-width: 1024px) {
  .index-section.section_4 .pagination {
    bottom: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_4 .pagination {
    bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_4 .pagination {
    bottom: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_4 .pagination {
    bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .index-section.section_4 .pagination {
    bottom: 0.9765625rem;
  }
}
@media (min-width: 1440px) {
  .index-section.section_4 .pagination {
    bottom: 100px;
  }
}
.index-section.section_4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 0.1rem;
}
.index-section.section_4 .swiper-pagination-bullet-active {
  border: 1px solid #8FBE3E;
  background: #8FBE3E;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: "underline";
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #F5F5F5;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.form-horizontal .form-group .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
a:hover {
  color: #c1100e;
}
em {
  font-style: normal;
}
.time {
  padding-right: 16px;
}
.txt-box {
  height: 116px;
  background-color: #F5F5F5;
}
.txt-box:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.txt-box .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  line-height: 0.48rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 1024px) {
  .txt-box .txt {
    line-height: 0.46875rem;
  }
}
@media (min-width: 1440px) {
  .txt-box .txt {
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .txt-box .txt {
    line-height: 0.46875rem;
  }
}
@media (min-width: 1440px) {
  .txt-box .txt {
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .txt-box .txt {
    line-height: 0.46875rem;
  }
}
@media (min-width: 1440px) {
  .txt-box .txt {
    line-height: 64px;
  }
}
.txt-box .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  margin-right: 8px;
}
.author {
  padding-right: 16px;
}
.ly {
  padding-right: 16px;
}
.blue_bg {
  background-color: #c1100e;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container:after {
  display: block;
  content: "";
  clear: both;
}
.container + .blue_bg {
  width: 1200px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  padding: 4px 6px;
  font-weight: bold;
  color: #c1100e;
  font-size: 12px;
  border: 2px solid #c1100e;
  border-radius: 0.16rem;
}
@media (min-width: 1024px) {
  .more {
    border-radius: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .more {
    border-radius: 12px;
  }
}
@media (min-width: 1024px) {
  .more {
    border-radius: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .more {
    border-radius: 12px;
  }
}
@media (min-width: 1024px) {
  .more {
    border-radius: 0.1171875rem;
  }
}
@media (min-width: 1440px) {
  .more {
    border-radius: 12px;
  }
}
.more:hover {
  color: #ffffff;
  background-color: #cb1315;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.icon-go {
  display: inline-block;
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
  background-image: url(../../dist/image/icon-go.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.icon-return {
  display: inline-block;
  vertical-align: text-bottom;
  width: 0.18666667rem;
  height: 0.32rem;
  background-image: url(../../dist/image/icon-return.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.def-btn-more {
  display: inline-block;
  font-size: 0.37333333rem;
  line-height: 1.8;
  padding: 0 0.32rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #bcd400;
  color: #bcd400;
}
@media (min-width: 1024px) {
  .def-btn-more {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .def-btn-more {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .def-btn-more {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .def-btn-more {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .def-btn-more {
    line-height: 1.8;
    padding: 0 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .def-btn-more {
    line-height: 1.8;
    padding: 0 40px;
  }
}
.def-btn-more .icon-more {
  display: inline-block;
  vertical-align: middle;
  width: 0.21333333rem;
  height: 0.42666667rem;
  margin-left: 0.64rem;
  background-image: url(../../dist/image/icon-more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.def-btn-more .icon-add {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.13333333rem;
  background-image: url(../../dist/image/icon-add.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.color-red {
  color: #ff3030;
}
.full_col {
  height: 124px;
  overflow: hidden;
  position: relative;
}
.banner_box {
  width: 100%;
  text-align: center;
  height: 2.13333333rem;
  background: url(../image/index_banner.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .banner_box {
    height: 1.953125rem;
  }
}
@media (min-width: 1440px) {
  .banner_box {
    height: 252px;
  }
}
@media (min-width: 1024px) {
  .banner_box {
    height: 1.953125rem;
  }
}
@media (min-width: 1440px) {
  .banner_box {
    height: 252px;
  }
}
@media (min-width: 1024px) {
  .banner_box {
    height: 1.953125rem;
  }
}
@media (min-width: 1440px) {
  .banner_box {
    height: 252px;
  }
}
.banner_box .container-response {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}
.banner_box .container-response:after {
  display: none;
}
.logo_box {
  width: 4.76rem;
  height: 1.02666667rem;
}
@media (min-width: 1024px) {
  .logo_box {
    width: 3.48632813rem;
  }
}
@media (min-width: 1440px) {
  .logo_box {
    width: 357px;
  }
}
@media (min-width: 1024px) {
  .logo_box {
    width: 3.48632813rem;
  }
}
@media (min-width: 1440px) {
  .logo_box {
    width: 357px;
  }
}
@media (min-width: 1024px) {
  .logo_box {
    width: 3.48632813rem;
  }
}
@media (min-width: 1440px) {
  .logo_box {
    width: 357px;
  }
}
@media (min-width: 1024px) {
  .logo_box {
    height: 0.75195313rem;
  }
}
@media (min-width: 1440px) {
  .logo_box {
    height: 77px;
  }
}
@media (min-width: 1024px) {
  .logo_box {
    height: 0.75195313rem;
  }
}
@media (min-width: 1440px) {
  .logo_box {
    height: 77px;
  }
}
@media (min-width: 1024px) {
  .logo_box {
    height: 0.75195313rem;
  }
}
@media (min-width: 1440px) {
  .logo_box {
    height: 77px;
  }
}
.slogan {
  width: 5.12rem;
}
@media (min-width: 1024px) {
  .slogan {
    width: 3.75rem;
  }
}
@media (min-width: 1440px) {
  .slogan {
    width: 410px;
  }
}
@media (min-width: 1024px) {
  .slogan {
    width: 3.75rem;
  }
}
@media (min-width: 1440px) {
  .slogan {
    width: 410px;
  }
}
@media (min-width: 1024px) {
  .slogan {
    width: 3.75rem;
  }
}
@media (min-width: 1440px) {
  .slogan {
    width: 410px;
  }
}
.slogan .img-inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
.gb_main {
  width: 1200px;
  height: 42px;
  margin: 0 auto;
}
.gb_main:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.gb_main .notice,
.gb_main i,
.gb_main .row-xs-G0-no,
.gb_main .search_box {
  display: inline-block;
  vertical-align: middle;
}
.gb_main .iconfont {
  font-size: 24px;
}
.row-xs-G0-no {
  width: 790px;
}
.breadcrumb {
  display: block;
  font-size: 16px;
  line-height: 0.53333333rem;
}
@media (min-width: 1024px) {
  .breadcrumb {
    line-height: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    line-height: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    line-height: 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    line-height: 40px;
  }
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li:hover a {
  color: #333;
}
.breadcrumb li + li:before {
  content: ">";
  padding: 0 5px;
}
.breadcrumb .txt {
  display: inline-block;
  vertical-align: middle;
  color: #828282;
}
.breadcrumb .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 4px;
  color: #828282;
}
.search_box {
  width: 32%;
  margin-left: 1.3%;
}
.input_box {
  height: 40px;
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.input_box input[type='text'] {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  height: 100%;
  padding: 4px 8px;
  font-size: 16px;
  border: none;
}
.input_box .searchBtn {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  height: 100%;
  padding: 4px 8px;
  color: #666;
  border: none;
  border-radius: 0;
  background-color: #f1f1f1;
  font-size: 16px;
}
.notice_txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #c1100e;
}
.notice {
  width: 56%;
  line-height: 2;
  padding: 0 8px;
}
.notice .str_wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  color: #c1100e;
  line-height: 2;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.notice .str_wrap a:hover,
.notice .str_wrap a:active {
  color: #c1100e;
}
.intro_banner {
  display: inline-block;
  vertical-align: top;
  width: 596px;
  height: 380px;
  margin-right: 50px;
  overflow: hidden;
}
.intro_banner .banner_list .img-box {
  width: 100%;
  height: 100%;
}
.intro_banner .banner_list .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  background-color: rgba(193, 16, 14, 0.5);
}
.intro_banner .banner_ctrl {
  position: absolute;
  bottom: 46px;
  width: 100%;
  padding: 4px 8px;
  text-align: right;
}
.intro_banner .banner_ctrl:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}
.work_box .intro_banner {
  width: 480px;
}
.work_box .news {
  width: 670px;
}
.news {
  display: inline-block;
  vertical-align: top;
  width: 540px;
}
.title_box {
  padding-right: 50px;
  padding-bottom: 20px;
}
.title_box .title {
  padding: 6px 0;
  border-bottom: 1px solid #999999;
}
.title_box .sub_til {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 8px;
  border-left: 4px solid #c1100e;
  font-size: 22px;
  font-weight: bold;
  color: #414141;
}
.title_box .more {
  position: absolute;
  right: 0;
  color: #c1100e;
}
.title_box .more:hover {
  color: #ffffff;
  background-color: #cb1315;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.title_box.two {
  padding-right: 0;
}
.title_box.three {
  color: #c1100e;
  padding-right: 0;
}
.title_box.three .sub_til {
  border: none;
  color: #c1100e;
}
.title_box.three .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.title_box.four {
  padding-right: 50px;
  color: #c1100e;
}
.title_box.four .sub_til {
  border: none;
  color: #c1100e;
}
.title_box.four .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.accordion {
  position: relative;
  padding: 0 0 20px 0;
}
.accordion.two {
  padding: 20px 0;
}
.accordion.two:after {
  display: block;
  content: "";
  clear: both;
}
.accordion .sel {
  width: 30%;
}
.contain {
  padding: 0 0 0 16px;
}
.contain .ellipsis {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  height: 22px;
  padding-right: 4%;
}
.contain .time {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 20%;
  padding: 0;
}
.txt_con {
  color: #333;
  list-style: disc;
  padding: 8px 0;
  font-size: 16px;
}
.txt_con:hover {
  color: #c1100e;
}
.txt_con.two {
  float: left;
  width: 50%;
  padding: 6px 28px 6px 0;
}
.txt_con.two .ellipsis {
  width: 100%;
  padding: 0;
}
.img_con {
  padding-bottom: 0.21333333rem;
  margin-bottom: 0.21333333rem;
  border-bottom: 1px dashed #ddd;
}
@media (min-width: 1024px) {
  .img_con {
    padding-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .img_con {
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .img_con {
    padding-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .img_con {
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .img_con {
    padding-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .img_con {
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .img_con {
    margin-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .img_con {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .img_con {
    margin-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .img_con {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .img_con {
    margin-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .img_con {
    margin-bottom: 16px;
  }
}
.img_con .img-box {
  display: inline-block;
  vertical-align: top;
  width: 224px;
  height: 146px;
  border-radius: 8px;
  overflow: hidden;
}
.img_con .content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 240px);
  margin-left: 16px;
}
.member-contain {
  margin-bottom: 0.32rem;
}
@media (min-width: 1024px) {
  .member-contain {
    margin-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .member-contain {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .member-contain {
    margin-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .member-contain {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .member-contain {
    margin-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .member-contain {
    margin-bottom: 24px;
  }
}
.member-contain a:hover {
  color: #c1100e;
}
.member_con {
  margin-bottom: 0.21333333rem;
  border-bottom: 1px dashed #ddd;
}
@media (min-width: 1024px) {
  .member_con {
    margin-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .member_con {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .member_con {
    margin-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .member_con {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .member_con {
    margin-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .member_con {
    margin-bottom: 16px;
  }
}
.content p {
  display: block;
}
.content .txt {
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #999;
  text-indent: 2em;
  text-align: justify;
  line-height: 1.4;
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 18px;
}
.content .title {
  font-size: 18px;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
.content:hover {
  color: #c1100e;
}
.content:hover .txt {
  color: #c1100e;
}
.content:hover .date {
  color: #c1100e;
}
.realend {
  position: absolute;
  width: 30px;
  bottom: 0;
  right: 0px;
  text-indent: 0;
  background: #ffffff;
  font-size: 14px;
  color: #999;
}
.members {
  display: inline-block;
  vertical-align: top;
  width: 744px;
  padding: 16px 24px;
  background-color: #f1f1f1;
}
.special_box {
  display: inline-block;
  vertical-align: top;
  width: 410px;
  padding: 16px 0 0 0;
  margin-left: 40px;
}
.special_box .title_box {
  padding-bottom: 0.21333333rem;
}
@media (min-width: 1024px) {
  .special_box .title_box {
    padding-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .special_box .title_box {
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .special_box .title_box {
    padding-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .special_box .title_box {
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .special_box .title_box {
    padding-bottom: 0.15625rem;
  }
}
@media (min-width: 1440px) {
  .special_box .title_box {
    padding-bottom: 16px;
  }
}
.special_con {
  height: 90px;
  margin-bottom: 6px;
  border-radius: 12px;
  overflow: hidden;
}
.special_con .img-box {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.zhuanti_box {
  margin-bottom: 0.26666667rem;
}
@media (min-width: 1024px) {
  .zhuanti_box {
    margin-bottom: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box {
    margin-bottom: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box {
    margin-bottom: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box {
    margin-bottom: 20px;
  }
}
.zhuanti_box .special_con {
  display: inline-block;
  width: 50%;
  padding-left: 0.26666667rem;
  padding-right: 0.26666667rem;
  margin-bottom: 0.26666667rem;
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    padding-left: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    padding-left: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    padding-left: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    padding-right: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    padding-right: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    padding-right: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    margin-bottom: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    margin-bottom: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .zhuanti_box .special_con {
    margin-bottom: 0.1953125rem;
  }
}
@media (min-width: 1440px) {
  .zhuanti_box .special_con {
    margin-bottom: 20px;
  }
}
.entry_box .special_contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0;
}
.entry_box .special_con {
  display: inline-block;
  vertical-align: middle;
  width: 386px;
  height: 162px;
  border-radius: 8px;
  overflow: hidden;
}
.committee_box {
  display: inline-block;
  vertical-align: top;
  width: 592px;
  padding: 20px 24px;
}
.committee_box .title_box {
  padding-bottom: 0;
}
.committee_box + .committee_box {
  margin-left: 16px;
}
.committee_contain {
  padding: 20px;
  font-size: 0;
}
.committee_con {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 2.18;
  color: #666;
}
.videoShow_contain {
  padding: 20px 0;
}
.videoShow_contain .contain {
  padding: 20px 0;
}
.video-item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
  cursor: pointer;
}
.video-item:nth-child(3n+3) {
  margin-right: 0;
}
.video-item .video-box {
  height: 288px;
}
.video-item .txt {
  text-align: justify;
  color: #999;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.video-item:hover .txt {
  color: #c1100e;
}
.video_container {
  display: inline-block;
  vertical-align: top;
  width: 288px;
}
.video_container .contain {
  padding: 0;
}
.video_container .accordion {
  padding: 20px 0 0;
}
.video-box {
  height: 176px;
  text-align: center;
  color: #ffffff;
}
.video-box .iconfont {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  line-height: 0;
  margin-left: -24px;
  font-size: 48px;
  z-index: 2;
}
.magaziShow_contain {
  padding: 20px 0;
}
.magaziShow_contain .contain {
  padding: 20px 0;
}
.magazine-item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 40px;
  cursor: pointer;
}
.magazine-item:nth-child(4n+0) {
  margin-right: 0;
}
.magazine-item .magazine-box {
  height: 218px;
}
.magazine-item .magazine-box .img-center {
  box-shadow: 0 4px 16px rgba(114, 114, 114, 0.5);
}
.magazine-item .txt {
  text-align: center;
  font-size: 16px;
}
.magazine_container {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-left: 16px;
}
.magazine_container .contain {
  padding: 0;
}
.magazine_container .accordion {
  padding: 20px 0 0;
}
.magazine-box {
  height: 176px;
  text-align: center;
  color: #ffffff;
}
.unit_box {
  padding: 24px 20px;
}
.unit_banner {
  margin: 0 48px;
}
.unit_banner .img-box {
  height: 100%;
}
.unit_list {
  height: 76px;
  border: 1px solid #f1f1f1;
}
.friend_link_box {
  padding: 24px 20px;
}
.friend_link_box .accordion {
  display: flex;
  justify-content: space-evenly;
}
/*左侧内容*/
.floatL_box {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
/*左侧菜单*/
.menu ul {
  list-style: none;
  background: #F8F8f8;
  padding: 0 0 8px;
  margin: 0px;
  border: solid 1px #eee;
  text-align: left;
}
.menu a {
  position: relative;
  display: block;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.menu .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 12px;
}
.menu .selected {
  position: relative;
  padding: 18px 24px;
  font-size: 24px;
  background-color: #c1100e;
  color: #ffffff;
}
.menu .selected > a {
  color: #ffffff;
}
.menu .selected:hover {
  background-color: #c1100e;
  color: #ffffff;
}
.menu .selected:hover > a {
  color: #ffffff;
}
.menu .subMenuUL {
  display: block;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: 10px;
  margin-bottom: -18px;
  padding-top: 10px;
  font-size: 16px;
  border: none;
}
.menu .subMenuLI {
  padding-left: 32px;
  padding-right: 32px;
  color: #333;
}
.menu .subMenuLI a {
  font-size: 18px;
  line-height: 50px;
}
.menu .subMenuLI .iconfont {
  font-size: 24px;
}
.menu .subMenuLI:hover a,
.menu .subMenuLI.on a {
  color: #c1100e;
}
/*右边内容区域*/
.floatR_box {
  display: inline-block;
  vertical-align: top;
  padding-left: 32px;
  padding-bottom: 24px;
  width: calc(100% - 320px);
}
.JS-tell {
  display: none;
}
.JS-tell.on {
  display: block;
}
.zw_contain {
  color: #333;
}
.zw_hd {
  word-break: break-all;
}
.tag_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.tips {
  text-align: center;
  padding-top: 0.13333333rem;
  padding-bottom: 0.13333333rem;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .tips {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .tips {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .tips {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .tips {
    padding-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .tips {
    padding-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .tips {
    padding-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips {
    padding-bottom: 10px;
  }
}
.tips .date {
  padding-left: 0.13333333rem;
  padding-right: 0.13333333rem;
}
@media (min-width: 1024px) {
  .tips .date {
    padding-left: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips .date {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .tips .date {
    padding-left: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips .date {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .tips .date {
    padding-left: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips .date {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .tips .date {
    padding-right: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips .date {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .tips .date {
    padding-right: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips .date {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .tips .date {
    padding-right: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .tips .date {
    padding-right: 10px;
  }
}
.date {
  color: #999;
  font-size: 16px;
}
.zw_bd {
  margin-bottom: 24px;
}
.zw_bd .txt {
  color: #333;
  font-size: 14px;
  text-indent: 28px;
  text-align: justify;
  margin-bottom: 24px;
}
.news_vdcon {
  font-size: 16px;
  line-height: 1.4;
  padding-top: 0.13333333rem;
  padding-bottom: 0.13333333rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .news_vdcon {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .news_vdcon {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .news_vdcon {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .news_vdcon {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .news_vdcon {
    padding-top: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .news_vdcon {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .news_vdcon {
    padding-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .news_vdcon {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .news_vdcon {
    padding-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .news_vdcon {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .news_vdcon {
    padding-bottom: 0.09765625rem;
  }
}
@media (min-width: 1440px) {
  .news_vdcon {
    padding-bottom: 10px;
  }
}
.news_vdcon p {
  margin-bottom: 10px;
}
.zw_ft {
  margin: 0.13333333rem 0 0.26666667rem;
}
/*上一页 下一页*/
.bottom_label {
  padding: 0.32rem;
  padding: 12px;
  background: #F5F5F5;
}
@media (min-width: 1024px) {
  .bottom_label {
    padding: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .bottom_label {
    padding: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .bottom_label {
    padding: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label {
    padding: 24px;
  }
}
.bottom_label .items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
@media (min-width: 1024px) {
  .bottom_label .items {
    padding-top: 0.05859375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label .items {
    padding-top: 6px;
  }
}
@media (min-width: 1024px) {
  .bottom_label .items {
    padding-top: 0.05859375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label .items {
    padding-top: 6px;
  }
}
@media (min-width: 1024px) {
  .bottom_label .items {
    padding-top: 0.05859375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label .items {
    padding-top: 6px;
  }
}
@media (min-width: 1024px) {
  .bottom_label .items {
    padding-bottom: 0.05859375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label .items {
    padding-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  .bottom_label .items {
    padding-bottom: 0.05859375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label .items {
    padding-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  .bottom_label .items {
    padding-bottom: 0.05859375rem;
  }
}
@media (min-width: 1440px) {
  .bottom_label .items {
    padding-bottom: 6px;
  }
}
.post {
  width: 0.93333333rem;
  font-size: 14px;
  color: #333;
}
@media (min-width: 1024px) {
  .post {
    width: 0.68359375rem;
  }
}
@media (min-width: 1440px) {
  .post {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .post {
    width: 0.68359375rem;
  }
}
@media (min-width: 1440px) {
  .post {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .post {
    width: 0.68359375rem;
  }
}
@media (min-width: 1440px) {
  .post {
    width: 70px;
  }
}
.post_title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #c1100e;
}
.msg_layer_box {
  background-color: #004195;
}
.msg_layer_box .msg_box {
  padding: 20px 10px;
  color: #ffffff;
}
.msg_layer_box p {
  font-size: 16px;
  line-height: 1.333em;
  cursor: text;
  margin-bottom: 25px;
}
.msg_layer_box .name {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em;
  cursor: text;
  margin-bottom: 20px;
}
.msg_layer_box .relation {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em;
  cursor: text;
  margin-bottom: 20px;
}
/*表单*/
.form-horizontal {
  color: #ffffff;
  padding-top: 0.21333333rem;
  padding-bottom: 0.21333333rem;
}
@media (min-width: 1024px) {
  .form-horizontal {
    padding-top: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal {
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal {
    padding-top: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal {
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal {
    padding-top: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal {
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal {
    padding-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal {
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal {
    padding-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal {
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal {
    padding-bottom: 0.234375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal {
    padding-bottom: 32px;
  }
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
}
.form-horizontal .btn {
  display: inline-block;
  font-size: 0.37333333rem;
  line-height: 1.8;
  padding: 0 0.8rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #bcd400;
  background-color: transparent;
  border-color: #bcd400;
}
@media (min-width: 1024px) {
  .form-horizontal .btn {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal .btn {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal .btn {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal .btn {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .form-horizontal .btn {
    line-height: 1.8;
    padding: 0 0.390625rem;
  }
}
@media (min-width: 1440px) {
  .form-horizontal .btn {
    line-height: 1.8;
    padding: 0 40px;
  }
}
.control-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  text-align: left;
  width: 12%;
  font-weight: bold;
  font-size: 0.37333333rem;
  line-height: 180%;
}
@media (min-width: 1024px) {
  .control-label {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .control-label {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .control-label {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .control-label {
    font-size: 28px;
  }
}
.control-input {
  display: inline-block;
  vertical-align: middle;
  width: 86%;
}
.control-input .form-control {
  font-size: 0.37333333rem;
  color: #ffffff;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .control-input .form-control {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .control-input .form-control {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .control-input .form-control {
    font-size: 0.2734375rem;
  }
}
@media (min-width: 1440px) {
  .control-input .form-control {
    font-size: 28px;
  }
}
.smsBox {
  text-align: center;
}
.smsBox.form-group {
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  .smsBox.form-group {
    margin-bottom: 0.5859375rem;
  }
}
@media (min-width: 1440px) {
  .smsBox.form-group {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .smsBox.form-group {
    margin-bottom: 0.5859375rem;
  }
}
@media (min-width: 1440px) {
  .smsBox.form-group {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .smsBox.form-group {
    margin-bottom: 0.5859375rem;
  }
}
@media (min-width: 1440px) {
  .smsBox.form-group {
    margin-bottom: 60px;
  }
}
.smsBox .control-label {
  width: 17%;
}
.smsBox .control-input {
  width: 50%;
}
.smsCode {
  display: inline-block;
  vertical-align: middle;
  width: 2.13333333rem;
  margin-right: 4px;
}
.smsImg {
  display: inline-block;
  vertical-align: middle;
  width: 2.13333333rem;
  height: 0.8rem;
}
/*banner*/
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #ffffff;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 34px;
  height: 62px;
  background-image: url(../image/arrow-right.png);
  background-size: contain;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 34px;
  height: 62px;
  background-image: url(../image/arrow-left.png);
  background-size: contain;
}
/*  分页器  */
.pagination {
  text-align: center;
}
.pagination li {
  display: inline;
}
.pagination li a,
.pagination li span {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: #ffffff;
  border: 1px solid #c1100e;
  margin: 0 4px;
  font-size: 12px;
}
.pagination li:hover a,
.pagination li:hover span {
  color: #ffffff;
  background-color: #c1100e;
  border-color: #c1100e;
}
.pagination .disabled span,
.pagination .disabled span:hover,
.pagination .disabled span:focus,
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
  color: #999;
  background-color: transparent;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #c1100e;
  border-color: #c1100e;
  cursor: pointer;
}
.pagination .controls {
  margin-left: 10px;
  margin-right: 10px;
}
.pagination input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: #ffffff;
  border: 1px solid #c1100e;
  margin: 0 4px;
  font-size: 12px;
}
.pagination em {
  font-size: 12px;
}
/*.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
}*/
/*  三角形 需要时加上  arrow  arrow2  arrow3 即可*/
/*.arrow2 {
  margin: 3px 8px 4px 0;
  border-left: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  border-top: 5px dashed transparent;
  border-right: 5px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}
.arrow3 {
  margin: 3px 0 4px 8px;
  border-top: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  border-right: 5px dashed transparent;
  border-left: 5px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}*/
